示例#1
0
文件: Body.cs 项目: Edudjr/riftbdu
 public void SetPalmAnchor(HandAnchorType type) { Native.AccessPropertyAsInt(this, Native.Property.BodyHandAnchorType, Native.Mode.Set, (int)type); }
 public void SetPalmAnchor(HandAnchorType type)
 {
     Native.AccessPropertyAsInt(this, Native.Property.BodyHandAnchorType, Native.Mode.Set, (int)type);
 }