インタフェース: PViewItem

 
 
 

   

メソッド:

<integer><PViewItem>.numPViewParamBlocks() 	 

Particle View ParameterBlock の数を返します。

   

<maxObject><PViewItem>.getPViewParamBlock <index>index   

インデックスで指定された Particle View ParameterBlock を返します。

   

<bool><PViewItem>.hasComments <node>actionNode 

指定されたアクション ノードにコメントが含まれている場合は、true を返します。

   

<string><PViewItem>.getComments <node>actionNode 

指定されたアクション ノードのコメントを文字列で返します。

   

<void><PViewItem>.setComments <node>actionNode <string>comments 

指定されたアクション ノードのコメントを、指定された文字列に設定します。

例と結果:

ParticleFlow.openParticleView() --open Particle View to see results
ev = Event() --create an empty event
$Event:Event 02 @ [0.000000,0.000000,0.000000]
particleFlow.beginEdit( )--Disable auto-event-encapsulation
OK
bt = birth() --A Birth Action!
$Birth:Birth 01 @ [0.000000,0.000000,0.000000]
particleFlow.endEdit() --Enable auto-event-encapsulation
OK
ev.appendAction bt --Insert the Birth in the Event
ev.numPViewParamBlocks() --Check the number of PBlocks
0
ev.hasComments bt --Check for comments - none
false
ev.setComments bt "Happy Birthday!"--Set a comment...
OK
ev.getComments bt --...and read it back
"Happy Birthday!"

このインタフェースは下記で使用できます。

Age_Test : ヘルパー

Birth : ヘルパー

Birth_Script : ヘルパー

Collision_Spawn : ヘルパー

DeleteParticles : ヘルパー

displayParticles : ヘルパー

Event: ヘルパー

Find_Target : ヘルパー

Force : ヘルパー

Go_To_Rotation : ヘルパー

Keep_Apart : ヘルパー

mapping : ヘルパー

Material_Dynamic : ヘルパー

Material_Frequency : ヘルパー

Material_Static : ヘルパー

Notes : ヘルパー

PF_Source : GeometryClass

Position_Icon : ヘルパー

Position_Object : ヘルパー

renderParticles : ヘルパー

rotation : ヘルパー

scaleParticles : ヘルパー

Scale_Test : ヘルパー

Script_Test : ヘルパー

Script_Operator : ヘルパー

Send_Out : ヘルパー

shapeStandard : ヘルパー

Shape_Facing : ヘルパー

Shape_Instance : ヘルパー

Shape_Mark : ヘルパー

Spawn : ヘルパー

Speed : ヘルパー

Speed_Test: ヘルパー

Speed_By_Surface : ヘルパー

Spin : ヘルパー

Split_Selected : ヘルパー

Split_Source : ヘルパー

Split_Amount : ヘルパー